home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / psprnt21.zip / CHANGES.DOC next >
Text File  |  1994-01-03  |  3KB  |  69 lines

  1. History of changes to PSPrint:
  2.  
  3. Version 2.1     1/3/94
  4.  Bug fixes:
  5.  - Improper stack handling caused printers to run out of memory on
  6.     long documents.
  7.  - Fixed memory leaks.
  8.  - Page handling logic was incorrect if a full page was followed by
  9.     a form feed.
  10.  
  11.  New functionality:
  12.  - Defaults to new PSPrint font with most IBM character symbols
  13.     (line drawing, European characters, etc.).  At this time, the
  14.     PSPrint font is somewhat crude: the line drawing characters are
  15.     too thick, and characters 0-31 are not defined with the exception
  16.     of the paragraph and section symbols.  However, the font should
  17.     be sufficient for most purposes.
  18.  
  19.  Other changes:
  20.  - Got rid of the "global page numbers" option to simplify things in
  21.     preparation for future page selection options.
  22.  - Wrapped page descriptions with save/restore operators as
  23.     recommended in the PostScript Language Reference Manual.
  24.  - Revamped documentation.  Added PRINTDOC.BAT batch file to print it.
  25.  - Added PACKING.LST and VENDOR.DOC files.
  26.  
  27. Version 2.0     11/19/93
  28.  Bug fixes:
  29.  - Form feeds immediately followed by text (i.e., not on a line by
  30.     themselves) were not handled properly.
  31.  - Output to a file of multiple input files would overwrite itself,
  32.     leaving only the last input file.
  33.  - Input files specified with a device name but no directory path
  34.     (i.e., A:FOO.TXT) could not be read.
  35.  
  36.  New functionality:
  37.  - Response files to simplify specification of often-used settings.
  38.  - "Shrink 2 pages to 1 sheet" option (-2).
  39.  - Support for A4 paper (-pa).
  40.  - Support for 8-bit character sets.
  41.  - Clip text at right margin.
  42.  
  43.  User interface improvements:
  44.  - Display default values.
  45.  - Restricted data entry to meaningful characters
  46.     (like no letters in numeric fields).
  47.  - Added support for mutually exclusive radio button options.
  48.     Changed paper selection and page break stuff to radio buttons.
  49.  - Indicate progress by displaying page number.
  50.  - Improved error messages.
  51.  - Report usage counts for unregistered versions (a gentle reminder).
  52.  - Changed certain screen prompts to clarify their meaning.
  53.  - Changed default output in help from "PRN:" to "PRN" -- the former
  54.     was confusing, as it incorrectly implied that device names need
  55.     colons.
  56.  
  57.  Other changes:
  58.  - Complete re-write into C++.
  59.  - Added structure comments to produce conforming PostScript
  60.     documents which can then be parsed by other utilities.
  61.  - Use PostScript variables and procedures for improved modularity,
  62.     making hand modifications of the PostScript document much easier.
  63.  - More detailed explanation of fonts and output devices in
  64.     PSPRINT.DOC.
  65.  
  66.  
  67. Version 1.0     10/8/93
  68.  - Initial release.
  69.